home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-01-31 | 483 b | 28 lines | [TEXT/MPS ] |
- #
- # Makefile for ReportError sample
- #
-
- REZ = Rez
- LINK = Link
-
- LIBOBJS = ∂
- reportError.c.o ∂
- dialogUtilities.c.o ∂
- stringUtilities.c.o
-
- OBJS = ∂
- ReportError.o ∂
- testReportError.c.o ∂
- "{CLibraries}"StdCLib.o ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"Runtime.o
-
- ReportError ƒƒ ReportError.r ReportError.π.rsrc
- {REZ} -o {Targ} ReportError.r
-
- ReportError ƒƒ {OBJS}
- {LINK} -srt -d -o {Targ} {OBJS}
-
- ReportError.o ƒ {LIBOBJS}
- lib {LIBOBJS} -o ReportError.o
-